Building Real-Time Analytics Systems by Mark Needham

Building Real-Time Analytics Systems by Mark Needham

Author:Mark Needham
Language: eng
Format: epub, pdf
Publisher: O'Reilly Media, Inc.
Published: 2023-08-02T00:00:00+00:00


Debezium is a distributed platform for change data capture, written and open sourced by RedHat. It consists of a set of connectors that run in a Kafka Connect cluster. Each connector works with a specific database where it captures changes as they occur and then streams a record of each change event to a topic in Kafka. These events are then read from the Kafka topic by consuming applications.

Debezium has connectors to read the change log of databases like PostgreSQL, MySQL, MongoDB, Cassandra, and more.

The source and sink connectors in Kafka Connect are used to get data out of source databases and into the target ones. A diagram showing how this works is in Figure 7-4.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Categories